◐ Shell
clean mode source ↗

Fix small typos in introduction and datastructures of tutorial by DimitrisJim · Pull Request #272 · python/cpython

@DimitrisJim

berkerpeksag

@DimitrisJim

Mariatta

Mariatta pushed a commit to Mariatta/cpython that referenced this pull request

Feb 25, 2017
…nGH-272)

* Fix small typos in introduction and datastructures
* Use iterable instead of L in the doc for list.extend

(cherry picked from commit 53c1892)

Mariatta pushed a commit to Mariatta/cpython that referenced this pull request

Feb 25, 2017
…nGH-272)

* Fix small typos in introduction and datastructures
* Use iterable instead of L in the doc for list.extend

(cherry picked from commit 53c1892)

Mariatta added a commit that referenced this pull request

Feb 26, 2017

Mariatta added a commit that referenced this pull request

Feb 26, 2017

akruis added a commit to akruis/cpython that referenced this pull request

Jun 15, 2021
Convert most of the macro HANDLE_UNWINDING in ceval.c to a static inline
function handle_inline(). This improves maintainability.

akruis added a commit to akruis/cpython that referenced this pull request

Jun 18, 2021

akruis added a commit to akruis/cpython that referenced this pull request

Jun 20, 2021
Convert most of the macro HANDLE_UNWINDING in ceval.c to a static inline
function handle_inline(). This improves maintainability.