[issue23501] Argument Clinic: generate code into separate files by default

2015-04-04 Thread Mark Lawrence
Mark Lawrence added the comment: Serhiy, thank you for the quick fix :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue23501] Argument Clinic: generate code into separate files by default

2015-04-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Mark. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue23501] Argument Clinic: generate code into separate files by default

2015-04-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 17eb29faebde by Serhiy Storchaka in branch 'default': Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on Windows. https://hg.python.org/cpython/rev/17eb29faebde -- ___ Python t

[issue23501] Argument Clinic: generate code into separate files by default

2015-04-04 Thread Mark Lawrence
Mark Lawrence added the comment: I think this change in association with that in #23500 is causing builds to fail on Windows. error C2065: 'OS_STAT_METHODDEF' : undeclared identifier C:\cpython\Modules\posixmodule.c line 12083 -- nosy: +BreamoreBoy

[issue23501] Argument Clinic: generate code into separate files by default

2015-04-03 Thread Larry Hastings
Larry Hastings added the comment: Thanks! I've been meaning to follow up on this. I think CPython should be consistent, one way or another. So I support this change. -- ___ Python tracker __

[issue23501] Argument Clinic: generate code into separate files by default

2015-04-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue23501] Argument Clinic: generate code into separate files by default

2015-04-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset aa88a18a4aa1 by Serhiy Storchaka in branch 'default': Issue #23501: Argumen Clinic now generates code into separate files by default. https://hg.python.org/cpython/rev/aa88a18a4aa1 -- nosy: +python-dev __

[issue23501] Argument Clinic: generate code into separate files by default

2015-02-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: +Argument Clinic ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue23501] Argument Clinic: generate code into separate files by default

2015-02-22 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Argument Clinic: multiple macro definition ___ Python tracker ___ ___ Python-bugs-list

[issue23501] Argument Clinic: generate code into separate files by default

2015-02-22 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch makes Argument Clinic to generate code into separate files by default. This will help maintaining in the case of enhancements of Argument Clinic generation (such as issue23492). See thread on http://comments.gmane.org/gmane.comp.python.devel