Don't abbreviate ABS, use long name ABSOLUTE.

This commit is contained in:
Neal Norwitz 2006-04-03 06:26:32 +00:00
parent f5af2aac38
commit cbce280d4f
6 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@
extern "C" {
#endif
#define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSIMPORT | \
#define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
CO_FUTURE_WITH_STATEMENT)
#define PyCF_MASK_OBSOLETE (CO_NESTED)
#define PyCF_SOURCE_IS_UTF8 0x0100