]> granicus.if.org Git - python/commit
issue27186: add C version of os.fspath(); patch by Jelle Zijlstra
authorEthan Furman <ethan@stoneleaf.us>
Sat, 4 Jun 2016 19:06:26 +0000 (12:06 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Sat, 4 Jun 2016 19:06:26 +0000 (12:06 -0700)
commit410ef8e23088ab2b8bd92ac70a8176f71da2b931
treedceeb23e4a2dcddecc72e0bc6faa15a1177ab633
parentc55014f3717ce8a810a7e934c8ad5b519dbf88c5
issue27186:  add C version of os.fspath(); patch by Jelle Zijlstra
Include/Python.h
Include/osmodule.h [new file with mode: 0644]
Lib/os.py
Lib/test/test_os.py
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c