mirror of
https://github.com/python/cpython.git
synced 2025-11-12 23:16:47 +00:00
process_commands_wrap_deferred:
- fix comment describing what this is for - add lots of indexing macros to this call Closes SF bug #518989.
This commit is contained in:
parent
b3be52eaf4
commit
4e72e0533d
1 changed files with 13 additions and 5 deletions
|
|
@ -1943,11 +1943,10 @@ sub do_cmd_term{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# I don't recall exactly why this was needed, but it was very much needed.
|
# Commands listed here have process-order dependencies; these often
|
||||||
# We'll see if anything breaks when I move the "code" line out -- some
|
# are related to indexing operations.
|
||||||
# things broke with it in.
|
# XXX Not sure why funclineni, methodlineni, and samp are here.
|
||||||
|
#
|
||||||
#code # {}
|
|
||||||
process_commands_wrap_deferred(<<_RAW_ARG_DEFERRED_CMDS_);
|
process_commands_wrap_deferred(<<_RAW_ARG_DEFERRED_CMDS_);
|
||||||
declaremodule # [] # {} # {}
|
declaremodule # [] # {} # {}
|
||||||
funcline # {} # {}
|
funcline # {} # {}
|
||||||
|
|
@ -1956,6 +1955,15 @@ memberline # [] # {}
|
||||||
methodline # [] # {} # {}
|
methodline # [] # {} # {}
|
||||||
methodlineni # [] # {} # {}
|
methodlineni # [] # {} # {}
|
||||||
modulesynopsis # {}
|
modulesynopsis # {}
|
||||||
|
bifuncindex # {}
|
||||||
|
exindex # {}
|
||||||
|
indexii # {} # {}
|
||||||
|
indexiii # {} # {} # {}
|
||||||
|
indexiv # {} # {} # {} # {}
|
||||||
|
kwindex # {}
|
||||||
|
obindex # {}
|
||||||
|
opindex # {}
|
||||||
|
stindex # {}
|
||||||
platform # {}
|
platform # {}
|
||||||
samp # {}
|
samp # {}
|
||||||
setindexsubitem # {}
|
setindexsubitem # {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue