Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-33311: Do not display parameters displayed in parentheses for module call #6522

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 45 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
29713de
Parameters displayed in parentheses are not displayed for module call
sblondon Apr 13, 2018
590ce5b
add news file
sblondon Apr 18, 2018
e5362ea
bpo-33308: Fix a crash in the parser module when convert an ST object…
serhiy-storchaka Apr 18, 2018
e3a523a
bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758)
denis-osipov Apr 18, 2018
9009f3e
Update What's new in 3.7 to reference preadv, pwritev and posix_spawn…
pablogsal Apr 19, 2018
b7e1eff
bpo-33299: Return an object itself for some types in _PyCode_Constant…
serhiy-storchaka Apr 19, 2018
6952482
bpo-33189: pygettext.py now accepts only literal strings (GH-6364)
serhiy-storchaka Apr 19, 2018
b87c1c9
Clean up the readme text around PGO a bit. (GH-6538)
gpshead Apr 19, 2018
397f1b2
bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537)
gpshead Apr 20, 2018
d70c2a6
bpo-33298: Wrap only constants with _PyCode_ConstantKey() in the comp…
serhiy-storchaka Apr 20, 2018
063db62
bpo-32232: by default, Setup modules are no longer built with -DPy_BU…
xdegaye Apr 20, 2018
53f67d4
bpo-33312: update Tools/gdb/libpython.py to match. (GH-6548)
gpshead Apr 20, 2018
0399cf9
bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)
pfmoore Apr 20, 2018
61f82e0
Spelling fixes to docs, docstrings, and comments (GH-6374)
scop Apr 20, 2018
a8c3424
bpo-25427: Remove pyvenv (GH-5962)
brettcannon Apr 20, 2018
441d945
Clarify that __path__ can't be just any value (GH-6554)
brettcannon Apr 20, 2018
b81ca28
bpo-33297: Mention Pillow to work with more image formats. (#6505)
andresdelfino Apr 21, 2018
d5a2377
bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)
berkerpeksag Apr 22, 2018
c2d384d
bpo-33338: [tokenize] Minor code cleanup (#6573)
ambv Apr 23, 2018
25038ec
bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575)
pitrou Apr 23, 2018
1d4a733
bpo-33251: Prevent ConfigParser.items returning items present in vars…
chrBrd Apr 23, 2018
e500839
bpo-33251: Update documentation to reflect change. (GH-6446) (#6583)
chrBrd Apr 23, 2018
650ba4f
acks += chrBrd (#6584)
ambv Apr 23, 2018
0977091
bpo-33128 Fix duplicated call to importlib._install_external_importer…
pablogsal Apr 25, 2018
d6ef6db
Fix rendering issues in the documentation for the os module (#6525)
pablogsal Apr 25, 2018
643ff71
Mention both relevant PEPs in function annotations tutorial (GH-6304)
neerajbadlani Apr 25, 2018
67a8f4f
bpo-33280: Reorganize external Tcl/Tk references. (GH-6473)
andresdelfino Apr 25, 2018
e9d9494
bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564)
serhiy-storchaka Apr 25, 2018
57faf34
bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566)
serhiy-storchaka Apr 25, 2018
0250de4
bpo-27485: Rename and deprecate undocumented functions in urllib.pars…
csabella Apr 25, 2018
df826f3
Clarify the inspect.getmembers predicate parameter (#6615)
briancurtin Apr 26, 2018
4114846
bpo-33358: Fix test_embed.test_pre_initialization_sys_options (GH-6612)
pablogsal Apr 27, 2018
078c4e3
bpo-33041: Fix downcast warning on Windows (#6595)
vstinner Apr 27, 2018
e239650
bpo-33363: raise SyntaxError for async for/with outside async functio…
zsol Apr 27, 2018
e022bbc
Change "non-local state" to "content-local state". (GH-6617)
tomchristie Apr 27, 2018
5779483
bpo-33378: Add Korean to the language switcher. (GH-6627)
corona10 Apr 28, 2018
2e38cc3
bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630)
serhiy-storchaka Apr 29, 2018
70af06c
bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)
serhiy-storchaka Apr 29, 2018
7d68bfa
bpo-33256: Replace angle brackets around python object repr to displa…
sblondon Apr 29, 2018
9f3535c
bpo-32362: Fix references to non-existent multiprocessing.Connection(…
bbayles Apr 29, 2018
55edd0c
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOA…
siddhesh Apr 29, 2018
c1a6832
bpo-33330: Write exceptions occurred in PyImport_Cleanup() to stderr.…
serhiy-storchaka Apr 29, 2018
88330c7
Parameters displayed in parentheses are not displayed for module call
sblondon Apr 13, 2018
a6407a5
add news file
sblondon Apr 18, 2018
feadd60
merge master into no-parentheses-for-module-call branch
sblondon Apr 30, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bpo-33312: update Tools/gdb/libpython.py to match. (GH-6548)
  • Loading branch information
gpshead authored Apr 20, 2018
commit 53f67d401df40486fd0fb8fbcf9da725cd37290c
2 changes: 1 addition & 1 deletion 2 Tools/gdb/libpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ def _get_entries(self, keys):
else:
offset = 8 * dk_size

ent_addr = keys['dk_indices']['as_1'].address
ent_addr = keys['dk_indices'].address
ent_addr = ent_addr.cast(_type_unsigned_char_ptr()) + offset
ent_ptr_t = gdb.lookup_type('PyDictKeyEntry').pointer()
ent_addr = ent_addr.cast(ent_ptr_t)
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.