mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Fix some bugs
This commit is contained in:
parent
5584f6adcf
commit
6c0bbfac4a
15 changed files with 289 additions and 136 deletions
14
third_party/python/python.mk
vendored
14
third_party/python/python.mk
vendored
|
@ -2082,6 +2082,20 @@ o/$(MODE)/third_party/python/pythontester.com.dbg: \
|
|||
$(APE_NO_MODIFY_SELF)
|
||||
@$(APELINK)
|
||||
|
||||
# if these files exist, then python will try to open them
|
||||
o/$(MODE)/third_party/python/Lib/test/test_robotparser.py.runs \
|
||||
o/$(MODE)/third_party/python/Lib/test/test_wsgiref.py.runs: private \
|
||||
.UNVEIL += \
|
||||
/etc/mime.types \
|
||||
/etc/httpd/mime.types \
|
||||
/etc/httpd/conf/mime.types \
|
||||
/etc/apache/mime.types \
|
||||
/etc/apache2/mime.types \
|
||||
/usr/local/etc/httpd/conf/mime.types \
|
||||
/usr/local/lib/netscape/mime.types \
|
||||
/usr/local/etc/httpd/conf/mime.types \
|
||||
/usr/local/etc/mime.types
|
||||
|
||||
o/$(MODE)/third_party/python/Lib/test/test_grammar.py.runs: \
|
||||
o/$(MODE)/third_party/python/pythontester.com
|
||||
@$(COMPILE) -ACHECK -wtT$@ $(PYHARNESSARGS) $< -m test.test_grammar $(PYTESTARGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue