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.
Created on 2009-01-10 20:32 by mark.dickinson, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
issue4910_1.patch | mark.dickinson, 2009-01-12 09:15 | Stage 1 of nb_long removal | ||
issue4910_1a.patch | mark.dickinson, 2009-01-12 10:14 | Stage 1 nb_long removal (improved patch) | ||
issue4910_2.patch | mark.dickinson, 2009-01-15 16:48 | |||
issue4910_3.patch | mark.dickinson, 2009-01-15 22:26 | |||
issue4910_4.patch | mark.dickinson, 2009-01-17 22:31 | deprecate PyNumber_Int |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:44 | admin | set | github: 49160 |
2009-02-11 17:07:06 | mark.dickinson | set | status: open -> closed resolution: fixed messages: + msg81652 |
2009-01-17 22:31:38 | mark.dickinson | set | files:
+ issue4910_4.patch messages: + msg80055 |
2009-01-17 18:08:04 | mark.dickinson | set | messages: + msg80031 |
2009-01-16 18:40:42 | benjamin.peterson | set | messages: + msg79973 |
2009-01-15 22:26:19 | mark.dickinson | set | files:
+ issue4910_3.patch messages: + msg79918 |
2009-01-15 19:21:28 | mark.dickinson | set | messages: + msg79913 |
2009-01-15 17:57:00 | benjamin.peterson | set | messages: + msg79907 |
2009-01-15 16:48:15 | mark.dickinson | set | files:
+ issue4910_2.patch messages: + msg79902 |
2009-01-12 18:00:53 | benjamin.peterson | set | messages: + msg79689 |
2009-01-12 10:14:58 | mark.dickinson | set | files:
+ issue4910_1a.patch messages: + msg79659 |
2009-01-12 09:15:28 | mark.dickinson | set | files:
+ issue4910_1.patch priority: critical type: behavior assignee: benjamin.peterson title: Should both nb_long and nb_int still exist in 3.x? -> Remove uses of nb_long slot, and rename to nb_reserved. keywords: + patch nosy: + benjamin.peterson messages: + msg79655 |
2009-01-10 22:16:16 | mark.dickinson | set | messages:
+ msg79581 title: help(int.__long__) refers to nonexistent long function -> Should both nb_long and nb_int still exist in 3.x? |
2009-01-10 20:32:22 | mark.dickinson | create |