New submission from Florian Dold:
When sourcing the activate script from bash, $PATH is restored from
$_OLD_VIRTUAL_PATH. If bash was invoked from fish (e.g. when running a shell
script), and a virtualenv was activated from fish via activate.fish, the
$_OLD_VIRTUAL_PATH will contain path
Changes by Florian Dold :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue22098>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Florian Dold:
Habimg __slots__ = [] on a class inheriting from ctypes.Structure prevents
undefined fields from being set, as expected.
When inheriting from ctypes.BigEndianStructure, however, it is possible to set
undefined fields.
See the attached file for small test