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.

Author Valentin LAB
Recipients Valentin LAB, akira, ezio.melotti, loewis, peter0, terry.reedy, vstinner
Date 2017-03-15.10:39:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489574346.66.0.918390988707.issue19264@psf.upfronthosting.co.za>
In-reply-to
Content
For eventual other people wanting a workaround, this is the code I used to leverage ``ctypes`` and redo what last python 3 code is doing. Any comment are welcome, this is my first go at ``ctypes``. I didn't extensively tested the code... so use at your own risk. The Gist might evolve if some people find issues:

https://gist.github.com/vaab/2ad7051fc193167f15f85ef573e54eb9

Tests/Usecases are simple: use ``subprocess.Popen(..)`` to simply issue a ``git commit -am "ć"``. And display the changelog. You can also call another python script, that would then need this other recipe (this time to get ``sys.argv`` correctly encoded on windows):

http://code.activestate.com/recipes/572200/

Hope that helps.
History
Date User Action Args
2017-03-15 10:39:06Valentin LABsetrecipients: + Valentin LAB, loewis, terry.reedy, vstinner, ezio.melotti, akira, peter0
2017-03-15 10:39:06Valentin LABsetmessageid: <1489574346.66.0.918390988707.issue19264@psf.upfronthosting.co.za>
2017-03-15 10:39:06Valentin LABlinkissue19264 messages
2017-03-15 10:39:06Valentin LABcreate