Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e72e05

Browse files
committed
process_commands_wrap_deferred:
- fix comment describing what this is for - add lots of indexing macros to this call Closes SF bug #518989.
1 parent b3be52e commit 4e72e05

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

Doc/perl/python.perl

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,11 +1943,10 @@ sub do_cmd_term{
19431943
}
19441944

19451945

1946-
# I don't recall exactly why this was needed, but it was very much needed.
1947-
# We'll see if anything breaks when I move the "code" line out -- some
1948-
# things broke with it in.
1949-
1950-
#code # {}
1946+
# Commands listed here have process-order dependencies; these often
1947+
# are related to indexing operations.
1948+
# XXX Not sure why funclineni, methodlineni, and samp are here.
1949+
#
19511950
process_commands_wrap_deferred(<<_RAW_ARG_DEFERRED_CMDS_);
19521951
declaremodule # [] # {} # {}
19531952
funcline # {} # {}
@@ -1956,6 +1955,15 @@ sub do_cmd_term{
19561955
methodline # [] # {} # {}
19571956
methodlineni # [] # {} # {}
19581957
modulesynopsis # {}
1958+
bifuncindex # {}
1959+
exindex # {}
1960+
indexii # {} # {}
1961+
indexiii # {} # {} # {}
1962+
indexiv # {} # {} # {} # {}
1963+
kwindex # {}
1964+
obindex # {}
1965+
opindex # {}
1966+
stindex # {}
19591967
platform # {}
19601968
samp # {}
19611969
setindexsubitem # {}

0 commit comments

Comments
 (0)