commit | dcb411b8b675fab3adeaefd4596c7573d0c548c1 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun Oct 17 18:47:43 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun Oct 17 18:47:43 2010 +0000 |
tree | c353a829258d5440921db96a8ec4d98a2be010cf | |
parent | 9855ddf405dd405e49dd7553810be6d5f2163db6 [diff] |
Merged revisions 85646 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85646 | gregory.p.smith | 2010-10-17 11:38:04 -0700 (Sun, 17 Oct 2010) | 6 lines * Applys part of the patch from http://bugs.python.org/issue3631 to add a py_decref macro, fixup the pyo macro and reuse it and avoid a memory leak introduced by the pylocals macro. * Adds a note about gdb 7 python debugging support with links for more info on that. ........