Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2

This commit is contained in:
Jesus Cea 2011-03-14 17:36:54 +01:00
parent 3eb2347c8c
commit 736e7fc0f6
14 changed files with 8 additions and 174 deletions

View file

@ -15,11 +15,6 @@
#define MIN(x, y) ((x) < (y) ? (x) : (y))
#ifdef _OSF_SOURCE
/* OSF1 5.1 doesn't make this available with XOPEN_SOURCE_EXTENDED defined */
extern int finite(double);
#endif
/* Special free list
Since some Python programs can spend much of their time allocating