diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-25 19:21:07 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-04-25 19:21:07 (GMT) |
commit | 8e6057769373a76fb8cead60f001ced38b635c5c (patch) | |
tree | aa3059350c50f093f0984daad7e9feaddbd2ad15 /.hgignore | |
parent | b32321aed94bee8ea68fad79ed710670d0c1941c (diff) | |
download | cpython-8e6057769373a76fb8cead60f001ced38b635c5c.zip cpython-8e6057769373a76fb8cead60f001ced38b635c5c.tar.gz cpython-8e6057769373a76fb8cead60f001ced38b635c5c.tar.bz2 |
Issue #10914: Add a minimal embedding test to test_capi.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,3 +64,4 @@ PCbuild/*.ncb PCbuild/*.bsc PCbuild/Win32-temp-* __pycache__ +Modules/_testembed |