[issue4609] Allow use of > 256 FD's on solaris in 32 bit mode

2019-04-27 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue4609] Allow use of > 256 FD's on solaris in 32 bit mode

2014-10-01 Thread Mark Lawrence
Mark Lawrence added the comment: @Peter could you provide a patch for this? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.2 ___ Python tracker ___

[issue4609] Allow use of > 256 FD's on solaris in 32 bit mode

2010-07-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: 3.x doesn't use FILE pointers for the main I/O library (it uses unbuffered I/O instead). It only uses them for importing, and a couple of extension modules such as bz2 and zipimport. It might still mean, though, that a Python program opening many files might

[issue4609] Allow use of > 256 FD's on solaris in 32 bit mode

2010-07-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: I have no idea if this is possible or applicable to 3.x, but 3.2 is the earliest version for new features. -- nosy: +tjreedy versions: +Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker

[issue4609] Allow use of > 256 FD's on solaris in 32 bit mode

2009-02-24 Thread Ross Hayden
Changes by Ross Hayden : -- nosy: +ross ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/m

[issue4609] Allow use of > 256 FD's on solaris in 32 bit mode

2009-02-15 Thread John Levon
Changes by John Levon : -- nosy: +movement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue4609] Allow use of > 256 FD's on solaris in 32 bit mode

2008-12-09 Thread Peter Saunders
Changes by Peter Saunders <[EMAIL PROTECTED]>: -- components: +Interpreter Core -Distutils ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue4609] Allow use of > 256 FD's on solaris in 32 bit mode

2008-12-09 Thread Peter Saunders
Changes by Peter Saunders <[EMAIL PROTECTED]>: -- components: +Distutils -Interpreter Core type: -> feature request ___ Python tracker <[EMAIL PROTECTED]> ___

[issue4609] Allow use of > 256 FD's on solaris in 32 bit mode

2008-12-09 Thread Peter Saunders
New submission from Peter Saunders <[EMAIL PROTECTED]>: Feature Request: Could configure etc be modified to detect if it can use enable_extended_FILE_stdio() to allow solaris to use > 256 FD's while still be compiled 32 bit. This is a new feature in Solaris 10 (came in Update 4). Some futher i