mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 06:42:27 +00:00
Stop using .com extension in monorepo
The WIN32 CreateProcess() function does not require an .exe or .com suffix in order to spawn an executable. Now that we have Cosmo bash we're no longer so dependent on the cmd.exe prompt.
This commit is contained in:
parent
c8383f25b4
commit
a6baba1b07
239 changed files with 2092 additions and 2244 deletions
2
third_party/python/Modules/tokenbucket.c
vendored
2
third_party/python/Modules/tokenbucket.c
vendored
|
@ -223,7 +223,7 @@ PyDoc_STRVAR(blackhole_doc,
|
|||
--\n\n\
|
||||
Blackholes token for IP address.\n\
|
||||
\n\
|
||||
Bans IP address by sending it to blackholed.com. Returns 0 on success\n\
|
||||
Bans IP address by sending it to blackholed. Returns 0 on success\n\
|
||||
or errno on error. To test if blackholed is running, ban 0.0.0.0.");
|
||||
|
||||
static PyObject *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue