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

Reply via email to