mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
- Got rid if WITH_CYCLE_GC
- Cleaned up Python banner string, so the normal build for MacPython 2.3 will have a short banner.
This commit is contained in:
parent
4be93d0e84
commit
059ed83cc3
3 changed files with 6 additions and 19 deletions
|
@ -283,9 +283,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
one supplied by Python itself. (see Include/unicodectype.h). */
|
||||
#undef WANT_WCTYPE_FUNCTIONS
|
||||
|
||||
/* Define if you want to compile in cycle garbage collection */
|
||||
#define WITH_CYCLE_GC 1
|
||||
|
||||
/* Define if you want cross-platform newline support for reading */
|
||||
#define WITH_UNIVERSAL_NEWLINES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue