This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author july
Recipients july
Date 2009-07-13.17:20:39
SpamBayes Score 6.637975e-09
Marked as misclassified No
Message-id <1247505641.96.0.188774248495.issue6477@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.2a0 (py3k:73749M, Jul  1 2009, 23:17:59)
[GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pickle
[40072 refs]
>>> pickle.dumps(type(None))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.2/pickle.py", line 1358, in dumps
    Pickler(f, protocol, fix_imports=fix_imports).dump(obj)
_pickle.PicklingError: Can't pickle <class 'NoneType'>: attribute 
lookup builtins.NoneType failed
[40137 refs]
>>>
History
Date User Action Args
2009-07-13 17:20:42julysetrecipients: + july
2009-07-13 17:20:41julysetmessageid: <1247505641.96.0.188774248495.issue6477@psf.upfronthosting.co.za>
2009-07-13 17:20:39julylinkissue6477 messages
2009-07-13 17:20:39julycreate