Message 184855 - Python tracker
Message184855
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, benjamin.peterson, brett.cannon, dmalcolm, ilblackdragon, jcea, larry, mark.dickinson |
| Date | 2013-03-21.07:44:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1363851856.89.0.6177793153.issue17206@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
- The patch contains a "#ifdef OLD_17206" that should be removed. - I know that these macros are already used everywhere, but a test for the new feature would be nice (in _testcapimodule.c) For example, Py_DECREF(PyLong_FromLong(0)) does not fail or leak when tests are run with -R. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-03-21 07:44:16 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, brett.cannon, jcea, mark.dickinson, larry, benjamin.peterson, dmalcolm, ilblackdragon |
| 2013-03-21 07:44:16 | amaury.forgeotdarc | set | messageid: <1363851856.89.0.6177793153.issue17206@psf.upfronthosting.co.za> |
| 2013-03-21 07:44:16 | amaury.forgeotdarc | link | issue17206 messages |
| 2013-03-21 07:44:16 | amaury.forgeotdarc | create | |