This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2009年03月28日 21:57 by doko, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg84334 - (view) | Author: Matthias Klose (doko) * (Python committer) | Date: 2009年03月28日 21:57 | |
There are four global symbols in libpython, which have are globally defined, and don't have a Py prefix. Would it be possible to define those with a _Py prefix instead? |
|||
| msg84339 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2009年03月28日 22:18 | |
What are those symbols? |
|||
| msg84405 - (view) | Author: Matthias Klose (doko) * (Python committer) | Date: 2009年03月29日 14:23 | |
sorry, forgot to add these ... _add_one_to_index_C _add_one_to_index_F asdl_int_seq_new asdl_seq_new |
|||
| msg84407 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2009年03月29日 14:32 | |
Looks like this is a duplicate of #4555 actually :) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:47 | admin | set | github: 49841 |
| 2009年03月29日 14:33:00 | pitrou | set | status: open -> closed resolution: duplicate superseder: Smelly exports (global symbols in python not prefixed with Py or _Py) messages: + msg84407 |
| 2009年03月29日 14:23:32 | doko | set | messages: + msg84405 |
| 2009年03月28日 22:18:15 | pitrou | set | nosy:
+ pitrou messages: + msg84339 |
| 2009年03月28日 21:57:04 | doko | create | |