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

io and _pyio modules require the _io module #62184

Open
serhiy-storchaka opened this issue May 15, 2013 · 5 comments
Open

io and _pyio modules require the _io module #62184

serhiy-storchaka opened this issue May 15, 2013 · 5 comments
Labels
topic-IO type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 17984
Nosy @pitrou, @vstinner, @benjaminp, @alex, @hynek, @serhiy-storchaka

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 2013-05-15.19:49:27.725>
labels = ['type-feature', 'expert-IO']
title = 'io and _pyio modules require the _io module'
updated_at = <Date 2014-07-11.14:40:31.288>
user = 'https://github.com/serhiy-storchaka'

bugs.python.org fields:

activity = <Date 2014-07-11.14:40:31.288>
actor = 'vstinner'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['IO']
creation = <Date 2013-05-15.19:49:27.725>
creator = 'serhiy.storchaka'
dependencies = []
files = []
hgrepos = []
issue_num = 17984
keywords = []
message_count = 5.0
messages = ['189295', '189296', '189297', '189298', '222752']
nosy_count = 8.0
nosy_names = ['pitrou', 'vstinner', 'benjamin.peterson', 'stutzbach', 'alex', 'hynek', 'piotr.dobrogost', 'serhiy.storchaka']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue17984'
versions = ['Python 3.4']

@serhiy-storchaka
Copy link
Member Author

io and _pyio modules don't usable without the _io module. In particular when 2.7 build without unicode. Why we have a Python implementation if it can't be used as a fallback when a C implementation is not available?

@serhiy-storchaka serhiy-storchaka added type-bug An unexpected behavior, bug, or error topic-IO labels May 15, 2013
@benjaminp
Copy link
Contributor

Well, we at least need some C level _fileio.

@alex
Copy link
Member

alex commented May 15, 2013

I don't see why we need some C level _fileio, the os module has everythign we need.

@benjaminp
Copy link
Contributor

Patches welcome, of course!

@pitrou pitrou added type-feature A feature request or enhancement and removed type-bug An unexpected behavior, bug, or error labels May 18, 2013
@vstinner
Copy link
Member

Serhiy implemented the FileIO class in pure Python: see the issue bpo-21859 (patch under review).

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-IO type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

5 participants