mirror of
https://github.com/python/cpython.git
synced 2025-09-04 16:01:10 +00:00
* Makefile: added all: and default: targets.
* many files: made some functions static; removed "extern int errno;". * frozenmain.c: fixed bugs introduced on 24 June... * flmodule.c: remove 1.5 bw compat hacks, add new functions in 2.2a (and some old functions that were omitted). * timemodule.c: added MSDOS floatsleep version . * pgenmain.c: changed exit() to goaway() and added defn of goaway(). * intrcheck.c: add hack (to UNIX only) so interrupting 3 times will exit from a hanging program. The second interrupt prints a message explaining this to the user.
This commit is contained in:
parent
9e90a672b4
commit
f1dc566328
16 changed files with 140 additions and 165 deletions
|
@ -1652,7 +1652,7 @@ locals_2_fast(f, clear)
|
|||
err_setval(error_type, error_value);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
mergelocals()
|
||||
{
|
||||
locals_2_fast(current_frame, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue