loewis@users.sourceforge.net writes: > Update of /cvsroot/python/python/dist/src/Misc > In directory sc8-pr-cvs1:/tmp/cvs-serv28757/Misc > > Modified Files: > NEWS > Log Message: > Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. > What is the recommended way to port code like this to Python 2.3, and still remain compatible with 2.2? Thanks, Thomas typedef struct { PyObject_HEAD char tag; union { char c; char b; short h; int i; long l; #ifdef HAVE_LONG_LONG LONG_LONG q; #endif double d; float f; void *p; } value; PyObject *obj; } PyCArgObject;
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4