Antoine Pitrou <pit...@free.fr> added the comment:

First, the patch calls PyOS_strtol while a Py_ssize_t should be decodable. 
However, the dump phase (in memo_put) coerces the memo size to long as well, so 
this shouldn't be a problem in real life.

Second, the patch needs a test.

Also, please click on the "resolution" link for meaning of the various possible 
"values". "Accepted" is only to be used when something has been positively 
reviewed.

----------
resolution: accepted -> 

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12687>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to