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.

classification
Title: Fix to the long("123\0", 10) problem
Type: Stage:
Components: Interpreter Core Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, ironfroggy, lhorn
Priority: normal Keywords: patch

Created on 2007-01-18 19:03 by ironfroggy, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cpython-long-nullbytes-fix.patch ironfroggy, 2007-01-18 19:03
Messages (3)
msg51767 - (view) Author: Calvin Spealman (ironfroggy) Date: 2007-01-18 19:03
This is a simple patch adapted from the int_new function to the long_new function.
msg51768 - (view) Author: Lutz Horn (lhorn) Date: 2007-01-25 09:00
This patch compiles and passes all tests against revisions 53406 and 53549 on Ubuntu 6.06.1.
msg51769 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-06 18:44
Committed as rev. 54173, 54174 (2.5).
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44489
2007-01-18 19:03:34ironfroggycreate