tag 369147 patch
thanks
* Josh Triplett <[EMAIL PROTECTED]>, [2006-05-27 13:02 -0700]:
> apt_pkg.GetCache() segfaults if called before apt_pkg.InitSystem():
>
> >>> import apt_pkg
> >>> apt_pkg.GetCache()
> Segmentation fault
>
> It should raise an exception like other functions do:
>
>
Package: python-apt
Version: 0.6.17
apt_pkg.GetCache() segfaults if called before apt_pkg.InitSystem():
>>> import apt_pkg
>>> apt_pkg.GetCache()
Segmentation fault
It should raise an exception like other functions do:
>>> import apt_pkg
>>> apt_pkg.VersionCompare("1","2")
Traceback (most recen
2 matches
Mail list logo