[issue23021] Get rid of references to PyString in Modules/

2015-04-08 Thread Berker Peksag

Changes by Berker Peksag berker.pek...@gmail.com:


--
resolution:  - out of date
stage: needs patch - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23021
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23021] Get rid of references to PyString in Modules/

2015-03-21 Thread Mark Lawrence

Mark Lawrence added the comment:

The only PyString that I could find left is in unicodedata.c.  I'm assuming 
that there is little point is preparing a patch for a one word change, is this 
correct?

--
nosy: +BreamoreBoy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23021
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23021] Get rid of references to PyString in Modules/

2014-12-09 Thread Berker Peksag

New submission from Berker Peksag:

See issue 22883 for a similar issue.

Modules/_io/_iomodule.h:72:/* Printing a variable of type off_t (with e.g., 
PyString_FromFormat)
Modules/_json.c:708:/* Read a JSON array from PyString pystr.
Modules/_json.c:781:/* Read a JSON constant from PyString pystr.
Modules/_sqlite/connection.h:55:/* None for autocommit, otherwise a 
PyString with the isolation level */
Modules/unicodedata.c:482:/* XXX: could allocate the PyString up front 
instead

--
components: Extension Modules
keywords: easy
messages: 232387
nosy: berker.peksag, serhiy.storchaka
priority: low
severity: normal
stage: needs patch
status: open
title: Get rid of references to PyString in Modules/
type: enhancement
versions: Python 3.4, Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23021
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com