New submission from Matt Dodge:
Upgraded to OS X Mavericks (not sure if this is what caused it or not).
Running Python 2.7.5 (v2.7.5:ab05e7dd2788, May 13 2013, 13:18:45)
Python will seg fault when trying to evaluate the expression bool('False')
To reproduce, from terminal, lau
New submission from Matt Dodge:
When failing to pickle something (like a locally scoped class) the
documentation indicates that a PicklingError should be raised.
Doc links:
-
https://docs.python.org/3/library/pickle.html?highlight=pickle#pickle-picklable
-
https://docs.python.org/3.5