~pythonregexp2.7/python/issue2636

« back to all changes in this revision

Viewing changes to Include/pydebug.h

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-05-24 16:05:21 UTC
  • mfrom: (39021.1.401 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080524160521-1xenj7p6u3wb89et
Merged in changes from the latest python source snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
PyAPI_DATA(int) Py_IgnoreEnvironmentFlag;
20
20
PyAPI_DATA(int) Py_DivisionWarningFlag;
21
21
PyAPI_DATA(int) Py_DontWriteBytecodeFlag;
 
22
PyAPI_DATA(int) Py_NoUserSiteDirectory;
22
23
/* _XXX Py_QnewFlag should go away in 3.0.  It's true iff -Qnew is passed,
23
24
  on the command line, and is used in 2.2 by ceval.c to make all "/" divisions
24
25
  true divisions (which they will be in 3.0). */