mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Merged revisions 73447-73448 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73447 | georg.brandl | 2009-06-16 19:41:33 +0200 (Di, 16 Jun 2009) | 1 line Add tabularcolumns directive for tables with bullet lists in them. ........ r73448 | georg.brandl | 2009-06-16 19:43:44 +0200 (Di, 16 Jun 2009) | 1 line Remove unused macro. ........
This commit is contained in:
parent
fc11f27f61
commit
2c8600446d
2 changed files with 6 additions and 1 deletions
|
|
@ -9,7 +9,6 @@
|
|||
#include "structmember.h"
|
||||
#include "osdefs.h"
|
||||
|
||||
#define MAKE_IT_NONE(x) (x) = Py_None; Py_INCREF(Py_None);
|
||||
|
||||
/* NOTE: If the exception class hierarchy changes, don't forget to update
|
||||
* Lib/test/exception_hierarchy.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue