FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-38880: List interpreters associated with a channel end by LewisGaul · Pull Request #17323 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-38880: List interpreters associated with a channel end
- #17323
#17323
Merged
miss-islington
merged 34 commits into
python:master
python/cpython:master
from
LewisGaul:list-channel-interps
LewisGaul/cpython:list-channel-interps
Copy head branch name to clipboard
Apr 29, 2020
Conversation
Commits
34
(34)
Checks
Files changed
Merged
bpo-38880: List interpreters associated with a channel end
#17323
miss-islington
merged 34 commits into
python:master
python/cpython:master
from
LewisGaul:list-channel-interps
LewisGaul/cpython:list-channel-interps
Copy head branch name to clipboard
Commits
Commits on Nov 21, 2019
Attempt at implementing channel_list_interpreters()
LewisGaul
committed
ec5aa60
View commit details
Copy full SHA for ec5aa60
Browse repository at this point
Fix some error cases
LewisGaul
committed
ee78133
View commit details
Copy full SHA for ee78133
Browse repository at this point
Fix issue with decreasing list items' references
LewisGaul
committed
433a5b0
View commit details
Copy full SHA for 433a5b0
Browse repository at this point
Fix issue with reference to interpreter
LewisGaul
committed
64c1661
View commit details
Copy full SHA for 64c1661
Browse repository at this point
Add ability to list interpreters on send or receive channels
LewisGaul
committed
2c5c6df
View commit details
Copy full SHA for 2c5c6df
Browse repository at this point
Fix arg parsing in C code
LewisGaul
committed
7f439fa
View commit details
Copy full SHA for 7f439fa
Browse repository at this point
Minor changes
LewisGaul
committed
d86ae97
View commit details
Copy full SHA for d86ae97
Browse repository at this point
Add channel_list_interpreters() tests
Benjamin Edwards
authored and
LewisGaul
committed
c529c88
View commit details
Copy full SHA for c529c88
Browse repository at this point
Fix docstring
LewisGaul
committed
168ebf3
View commit details
Copy full SHA for 168ebf3
Browse repository at this point
Improve naming in tests
LewisGaul
committed
2a7b508
View commit details
Copy full SHA for 2a7b508
Browse repository at this point
Add macros for int64_t max etc
LewisGaul
committed
4d6ac6e
View commit details
Copy full SHA for 4d6ac6e
Browse repository at this point
Fix error handling
LewisGaul
committed
a44c2d2
View commit details
Copy full SHA for a44c2d2
Browse repository at this point
Expose _PyInterpreterState_LookUpID
LewisGaul
committed
215300b
View commit details
Copy full SHA for 215300b
Browse repository at this point
Fix bad git rebase (use _xxsubinterpreters module name)
LewisGaul
committed
9b124db
View commit details
Copy full SHA for 9b124db
Browse repository at this point
Remove decref of NULL
LewisGaul
committed
76621c7
View commit details
Copy full SHA for 76621c7
Browse repository at this point
Fix leftover broken code from nested loop
LewisGaul
committed
d4c51bf
View commit details
Copy full SHA for d4c51bf
Browse repository at this point
Remove whitespace from tests
LewisGaul
committed
f3c2b34
View commit details
Copy full SHA for f3c2b34
Browse repository at this point
Add to Misc/ACKS
LewisGaul
committed
af10d1f
View commit details
Copy full SHA for af10d1f
Browse repository at this point
Commits on Nov 22, 2019
Remove PY_INT64_T_MAX etc. and use stdint.h
LewisGaul
committed
ac09b6c
View commit details
Copy full SHA for ac09b6c
Browse repository at this point
Remove whitespace
LewisGaul
committed
8e69864
View commit details
Copy full SHA for 8e69864
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
0546702
View commit details
Copy full SHA for 0546702
Browse repository at this point
Commits on Nov 23, 2019
Update news entry to remove mention of PEP 554
LewisGaul
authored
ad511ef
View commit details
Copy full SHA for ad511ef
Browse repository at this point
Remove unnecessary asserts
LewisGaul
committed
a1b7c3a
View commit details
Copy full SHA for a1b7c3a
Browse repository at this point
Use single 'send' argument in channel_list_interpreters() API
LewisGaul
committed
d9b3e27
View commit details
Copy full SHA for d9b3e27
Browse repository at this point
Tidy up _channelends_list_interpreters() function
LewisGaul
committed
f4990b0
View commit details
Copy full SHA for f4990b0
Browse repository at this point
Move variable declarations inline
LewisGaul
committed
c7dbb04
View commit details
Copy full SHA for c7dbb04
Browse repository at this point
Use _PyInterpreterID_New() instead of getting existing objects
LewisGaul
committed
6202ecd
View commit details
Copy full SHA for 6202ecd
Browse repository at this point
Merge branch 'list-channel-interps' of github.com:LewisGaul/cpython into list-channel-interps
LewisGaul
committed
a7cf61b
View commit details
Copy full SHA for a7cf61b
Browse repository at this point
Commits on Dec 14, 2019
Markups - remove check for number of open channels and improve test structure
LewisGaul
committed
357101f
View commit details
Copy full SHA for 357101f
Browse repository at this point
Commits on Jan 21, 2020
Add more listing subinterpreter tests
LewisGaul
committed
faca1df
View commit details
Copy full SHA for faca1df
Browse repository at this point
Commits on Apr 18, 2020
Implementation rewrite upon Eric's suggestion. Just one testcase now failing
LewisGaul
committed
75e791f
View commit details
Copy full SHA for 75e791f
Browse repository at this point
Commits on Apr 28, 2020
Fix issue with ChannelClosedError not being raised when 'send' end of channel is closed
LewisGaul
committed
79f5d35
View commit details
Copy full SHA for 79f5d35
Browse repository at this point
Add testcase for listing associated interpreters with basic closed channel
LewisGaul
committed
5481e82
View commit details
Copy full SHA for 5481e82
Browse repository at this point
Fix a refleak.
ericsnowcurrently
authored
79be8a0
View commit details
Copy full SHA for 79be8a0
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL