mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
* Makefile: use cp -r to install the library
* ceval.c: use #ifdef COMPAT_HACKS instead of #if 0 * Makefile: fix to make clmodule.c compile; make config.o dependent on libpython.a (so date is always correct) * timemodule.c: now sleep() also takes a float argument. * posixmodule.c: added nice().
This commit is contained in:
parent
d513f0bcb6
commit
775f4dacbc
3 changed files with 45 additions and 33 deletions
|
@ -819,7 +819,7 @@ eval_code(co, globals, locals, arg)
|
|||
n = gettuplesize(v);
|
||||
}
|
||||
}
|
||||
#if 0 /* Compatibility hacks no longer needed (I think) */
|
||||
#ifdef COMPAT_HACKS /* Compatibility hacks no longer needed (I think) */
|
||||
else if (n != 1 && oparg == 1) {
|
||||
/* Rule (b) */
|
||||
PUSH(v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue