Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow use of > 256 FD's on solaris in 32 bit mode #48859

Closed
pajsfodderorguk mannequin opened this issue Dec 9, 2008 · 5 comments
Closed

Allow use of > 256 FD's on solaris in 32 bit mode #48859

pajsfodderorguk mannequin opened this issue Dec 9, 2008 · 5 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@pajsfodderorguk
Copy link
Mannequin

pajsfodderorguk mannequin commented Dec 9, 2008

BPO 4609
Nosy @loewis, @terryjreedy, @pitrou

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2008-12-09.12:51:05.457>
labels = ['interpreter-core', 'type-feature']
title = "Allow use of > 256 FD's on solaris in 32 bit mode"
updated_at = <Date 2019-04-26.20:43:16.960>
user = 'https://bugs.python.org/pajsfodderorguk'

bugs.python.org fields:

activity = <Date 2019-04-26.20:43:16.960>
actor = 'BreamoreBoy'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2008-12-09.12:51:05.457>
creator = 'pajs@fodder.org.uk'
dependencies = []
files = []
hgrepos = []
issue_num = 4609
keywords = []
message_count = 4.0
messages = ['77410', '109660', '109709', '228116']
nosy_count = 6.0
nosy_names = ['loewis', 'terry.reedy', 'pitrou', 'movement', 'ross', 'pajs@fodder.org.uk']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue4609'
versions = ['Python 3.5']

@pajsfodderorguk
Copy link
Mannequin Author

pajsfodderorguk mannequin commented Dec 9, 2008

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 infomation on this:

http://developers.sun.com/solaris/articles/stdio_256.html (Scroll to
"Programming Solutions")

http://docs.sun.com/app/docs/doc/819-2243/enable-extended-file-stdio-3c?a=view

@pajsfodderorguk pajsfodderorguk mannequin added interpreter-core (Objects, Python, Grammar, and Parser dirs) stdlib Python modules in the Lib dir type-feature A feature request or enhancement and removed interpreter-core (Objects, Python, Grammar, and Parser dirs) stdlib Python modules in the Lib dir labels Dec 9, 2008
@terryjreedy
Copy link
Member

I have no idea if this is possible or applicable to 3.x, but 3.2 is the earliest version for new features.

@pitrou
Copy link
Member

pitrou commented Jul 9, 2010

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 fail importing a module afterwards.

@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Oct 1, 2014

@peter could you provide a patch for this?

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
@kumaraditya303
Copy link
Contributor

Closing as Solaris is not supported as per PEP 11 and no patch was provided.

@kumaraditya303 kumaraditya303 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants