mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Experiment with making Python go faster
The goal is to put the compiled pyc files in the APE ZIP.
This commit is contained in:
parent
4486ad5c9e
commit
ebb8c85496
33 changed files with 9483 additions and 1859 deletions
|
@ -26,7 +26,6 @@
|
|||
char *StripComponents(const char *path, int n) {
|
||||
const char *p;
|
||||
while (n-- > 0) {
|
||||
while (*path == '/') ++path;
|
||||
for (p = path; *p; ++p) {
|
||||
if (*p == '/') {
|
||||
path = p + 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue