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 serhiy.storchaka
Recipients benjamin.peterson, serhiy.storchaka
Date 2015-09-27.07:51:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4945412.rqGIWtJ9h1@raxxla>
In-reply-to <1443339381.05.0.444994792824.issue25245@psf.upfronthosting.co.za>
Content
> Why not just initially set *s to NULL in _Unpickler_Read?

It would be the third variant.

The fourth variant is to change the signature of _Unpickler_Read() and return 
char * (NULL on error). All these variants work, I examined them.
History
Date User Action Args
2015-09-27 07:51:23serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson
2015-09-27 07:51:23serhiy.storchakalinkissue25245 messages
2015-09-27 07:51:23serhiy.storchakacreate