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 2010年07月24日 09:52 by aronacher, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| const.patch | aronacher, 2010年07月24日 09:52 | Patch for API + documentation | ||
| Messages (2) | |||
|---|---|---|---|
| msg111435 - (view) | Author: Armin Ronacher (aronacher) * (Python committer) | Date: 2010年07月24日 09:52 | |
The following patch changes some parts of the public C API for const correctness which would help C++ programmers. The original patch was provided by neXyon on irc.freenode.net. It does not produce any compiler warnings on GCC and I don't expect any compiler warnings on other systems either. |
|||
| msg111440 - (view) | Author: Jörg Müller (neXyon) | Date: 2010年07月24日 10:04 | |
Uhm, while I reported this Armin was faster than me :) However, I've merged our patches in issue9369. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:04 | admin | set | github: 53614 |
| 2010年07月24日 11:16:57 | eric.araujo | set | status: open -> closed resolution: duplicate superseder: const char* for PyObject_CallMethod and PyObject_CallFunction stage: patch review -> resolved |
| 2010年07月24日 10:04:06 | neXyon | set | nosy:
+ neXyon messages: + msg111440 |
| 2010年07月24日 09:52:57 | aronacher | create | |