René's URL Explorer Experiment


Title: test_peg_generator leaks references · Issue #105063 · python/cpython · GitHub

Open Graph Title: test_peg_generator leaks references · Issue #105063 · python/cpython

X Title: test_peg_generator leaks references · Issue #105063 · python/cpython

Description: Tried on curent main branch Traceback PS C:\Users\KIRILL-1\CLionProjects\cpython> ./python -m test -v test_peg_generator Running Debug|x64 interpreter... == CPython 3.13.0a0 (heads/main:1668b41dc4, May 29 2023, 18:02:21) [MSC v.1933 64 b...

Open Graph Description: Tried on curent main branch Traceback PS C:\Users\KIRILL-1\CLionProjects\cpython> ./python -m test -v test_peg_generator Running Debug|x64 interpreter... == CPython 3.13.0a0 (heads/main:1668b41dc4,...

X Description: Tried on curent main branch Traceback PS C:\Users\KIRILL-1\CLionProjects\cpython> ./python -m test -v test_peg_generator Running Debug|x64 interpreter... == CPython 3.13.0a0 (heads/main:1668b41d...

Opengraph URL: https://github.com/python/cpython/issues/105063

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"test_peg_generator leaks references","articleBody":"Tried on curent main branch\r\n\u003cdetails\u003e\r\n\u003csummary\u003eTraceback\u003c/summary\u003e\r\n\r\n```python\r\nPS C:\\Users\\KIRILL-1\\CLionProjects\\cpython\u003e ./python -m test -v test_peg_generator\r\nRunning Debug|x64 interpreter...\r\n== CPython 3.13.0a0 (heads/main:1668b41dc4, May 29 2023, 18:02:21) [MSC v.1933 64 bit (AMD64)]\r\n== Windows-10-10.0.19043-SP0 little-endian\r\n== Python build: debug\r\n== cwd: C:\\Users\\KIRILL-1\\CLionProjects\\cpython\\build\\test_python_11752æ\r\n== CPU count: 16\r\n== encodings: locale=cp1251, FS=utf-8\r\n0:00:00 Run tests sequentially\r\n0:00:00 [1/1] test_peg_generator\r\n\r\nRun: C:\\Users\\KIRILL-1\\CLionProjects\\cpython\\PCbuild\\amd64\\python_d.exe -X dev -m venv venv\r\n\r\nRun: C:\\Users\\KIRILL-1\\CLionProjects\\cpython\\build\\test_python_11752æ\\tempcwd\\venv\\Scripts\\python_d.exe -X dev -m pip install C:\\U\r\nsers\\KIRILL-1\\CLionProjects\\cpython\\Lib\\test\\setuptools-67.6.1-py3-none-any.whl C:\\Users\\KIRILL-1\\CLionProjects\\cpython\\Lib\\test\\w\r\nheel-0.40.0-py3-none-any.whl\r\nProcessing c:\\users\\kirill-1\\clionprojects\\cpython\\lib\\test\\setuptools-67.6.1-py3-none-any.whl\r\nC:\\Users\\KIRILL-1\\CLionProjects\\cpython\\build\\test_python_11752æ\\tempcwd\\venv\\Lib\\site-packages\\pip\\_internal\\metadata\\importlib\\_\r\ndists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}\r\n  return cls(files, info_location)\r\nProcessing c:\\users\\kirill-1\\clionprojects\\cpython\\lib\\test\\wheel-0.40.0-py3-none-any.whl\r\nInstalling collected packages: wheel, setuptools\r\nC:\\Users\\KIRILL-1\\CLionProjects\\cpython\\build\\test_python_11752æ\\tempcwd\\venv\\Lib\\site-packages\\pip\\_internal\\metadata\\importlib\\_\r\ndists.py:74: DeprecationWarning: Unimplemented abstract methods {'locate_file'}\r\n  return cls(files, info_location)\r\nSuccessfully installed setuptools-67.6.1 wheel-0.40.0\r\nC:\\Users\\KIRILL-1\\CLionProjects\\cpython\\build\\test_python_11752æ\\tempcwd\\venv\\Lib\\site-packages\\pip\\_internal\\self_outdated_check.\r\npy:232: DeprecationWarning: datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware obje\r\ncts to represent datetimes in UTC: datetime.now(datetime.UTC).\r\n  current_time=datetime.datetime.utcnow(),\r\nC:\\Users\\KIRILL-1\\CLionProjects\\cpython\\build\\test_python_11752æ\\tempcwd\\venv\\Lib\\site-packages\\pip\\_internal\\utils\\misc.py:130: D\r\neprecationWarning: onerror argument is deprecated, use onexc instead\r\n  shutil.rmtree(dir, ignore_errors=ignore_errors, onerror=rmtree_errorhandler)\r\nTraceback (most recent call last):\r\n  File \"\u003cstring\u003e\", line 1, in \u003cmodule\u003e\r\n  File \"C:\\Users\\KIRILL-1\\CLionProjects\\cpython\\Lib\\encodings\\cp1251.py\", line 19, in encode\r\n    return codecs.charmap_encode(input,self.errors,encoding_table)[0]\r\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\nUnicodeEncodeError: 'charmap' codec can't encode character '\\xe6' in position 63: character maps to \u003cundefined\u003e\r\nsetUpClass (test.test_peg_generator.test_c_parser.TestCParser) ... ERROR\r\ntest_advance_left_recursion (test.test_peg_generator.test_first_sets.TestFirstSets.test_advance_left_recursion) ... ok\r\ntest_alternatives (test.test_peg_generator.test_first_sets.TestFirstSets.test_alternatives) ... ok\r\ntest_epsilon_production_in_start_rule (test.test_peg_generator.test_first_sets.TestFirstSets.test_epsilon_production_in_start_rule\r\n) ... ok\r\ntest_gather (test.test_peg_generator.test_first_sets.TestFirstSets.test_gather) ... ok\r\ntest_left_recursion (test.test_peg_generator.test_first_sets.TestFirstSets.test_left_recursion) ... ok\r\ntest_multiple_nullable_rules (test.test_peg_generator.test_first_sets.TestFirstSets.test_multiple_nullable_rules) ... ok\r\ntest_mutual_left_recursion (test.test_peg_generator.test_first_sets.TestFirstSets.test_mutual_left_recursion) ... ok\r\ntest_nasty_left_recursion (test.test_peg_generator.test_first_sets.TestFirstSets.test_nasty_left_recursion) ... ok\r\ntest_negative_lookahead (test.test_peg_generator.test_first_sets.TestFirstSets.test_negative_lookahead) ... ok\r\ntest_nullable_rule (test.test_peg_generator.test_first_sets.TestFirstSets.test_nullable_rule) ... ok\r\ntest_optional_after (test.test_peg_generator.test_first_sets.TestFirstSets.test_optional_after) ... ok\r\ntest_optional_before (test.test_peg_generator.test_first_sets.TestFirstSets.test_optional_before) ... ok\r\ntest_optional_literal (test.test_peg_generator.test_first_sets.TestFirstSets.test_optional_literal) ... ok\r\ntest_optional_operator (test.test_peg_generator.test_first_sets.TestFirstSets.test_optional_operator) ... ok\r\ntest_optionals (test.test_peg_generator.test_first_sets.TestFirstSets.test_optionals) ... ok\r\ntest_positive_lookahead (test.test_peg_generator.test_first_sets.TestFirstSets.test_positive_lookahead) ... ok\r\ntest_repeat_0 (test.test_peg_generator.test_first_sets.TestFirstSets.test_repeat_0) ... ok\r\ntest_repeat_0_with_group (test.test_peg_generator.test_first_sets.TestFirstSets.test_repeat_0_with_group) ... ok\r\ntest_repeat_1 (test.test_peg_generator.test_first_sets.TestFirstSets.test_repeat_1) ... ok\r\ntest_repeat_1_with_group (test.test_peg_generator.test_first_sets.TestFirstSets.test_repeat_1_with_group) ... ok\r\ntest_repeat_with_separator (test.test_peg_generator.test_first_sets.TestFirstSets.test_repeat_with_separator) ... ok\r\ntest_rule_with_collision_after_some_other_rules (test.test_peg_generator.test_grammar_validator.TestPegen.test_rule_with_collision\r\n_after_some_other_rules) ... ok\r\ntest_rule_with_no_collision (test.test_peg_generator.test_grammar_validator.TestPegen.test_rule_with_no_collision) ... ok\r\ntest_rule_with_simple_collision (test.test_peg_generator.test_grammar_validator.TestPegen.test_rule_with_simple_collision) ... ok \r\ntest_deep_nested_rule (test.test_peg_generator.test_pegen.TestGrammarVisualizer.test_deep_nested_rule) ... ok\r\ntest_multiple_rules (test.test_peg_generator.test_pegen.TestGrammarVisualizer.test_multiple_rules) ... ok\r\ntest_simple_rule (test.test_peg_generator.test_pegen.TestGrammarVisualizer.test_simple_rule) ... ok\r\ntest_advanced_left_recursive (test.test_peg_generator.test_pegen.TestPegen.test_advanced_left_recursive) ... ok\r\ntest_alt_optional_operator (test.test_peg_generator.test_pegen.TestPegen.test_alt_optional_operator) ... ok\r\ntest_bad_token_reference (test.test_peg_generator.test_pegen.TestPegen.test_bad_token_reference) ... ok\r\ntest_cut (test.test_peg_generator.test_pegen.TestPegen.test_cut) ... ok\r\ntest_dangling_reference (test.test_peg_generator.test_pegen.TestPegen.test_dangling_reference) ... ok\r\ntest_expr_grammar (test.test_peg_generator.test_pegen.TestPegen.test_expr_grammar) ... ok\r\ntest_forced (test.test_peg_generator.test_pegen.TestPegen.test_forced) ... ok\r\ntest_forced_with_group (test.test_peg_generator.test_pegen.TestPegen.test_forced_with_group) ... ok\r\ntest_gather (test.test_peg_generator.test_pegen.TestPegen.test_gather) ... ok\r\ntest_invalid_rule_name (test.test_peg_generator.test_pegen.TestPegen.test_invalid_rule_name) ... ok\r\ntest_invalid_variable_name (test.test_peg_generator.test_pegen.TestPegen.test_invalid_variable_name) ... ok\r\ntest_invalid_variable_name_in_temporal_rule (test.test_peg_generator.test_pegen.TestPegen.test_invalid_variable_name_in_temporal_r\r\nule) ... ok\r\ntest_left_recursion_too_complex (test.test_peg_generator.test_pegen.TestPegen.test_left_recursion_too_complex) ... ok\r\ntest_left_recursive (test.test_peg_generator.test_pegen.TestPegen.test_left_recursive) ... ok\r\ntest_locations_in_alt_action_and_group (test.test_peg_generator.test_pegen.TestPegen.test_locations_in_alt_action_and_group) ... o\r\nk\r\ntest_long_rule_str (test.test_peg_generator.test_pegen.TestPegen.test_long_rule_str) ... ok\r\ntest_lookahead (test.test_peg_generator.test_pegen.TestPegen.test_lookahead) ... ok\r\ntest_missing_start (test.test_peg_generator.test_pegen.TestPegen.test_missing_start) ... ok\r\ntest_mutually_left_recursive (test.test_peg_generator.test_pegen.TestPegen.test_mutually_left_recursive) ... ok\r\ntest_named_lookahead_error (test.test_peg_generator.test_pegen.TestPegen.test_named_lookahead_error) ... ok\r\ntest_nasty_mutually_left_recursive (test.test_peg_generator.test_pegen.TestPegen.test_nasty_mutually_left_recursive) ... ok       \r\ntest_nullable (test.test_peg_generator.test_pegen.TestPegen.test_nullable) ... ok\r\ntest_opt_sequence (test.test_peg_generator.test_pegen.TestPegen.test_opt_sequence) ... ok\r\ntest_optional_literal (test.test_peg_generator.test_pegen.TestPegen.test_optional_literal) ... ok\r\ntest_optional_operator (test.test_peg_generator.test_pegen.TestPegen.test_optional_operator) ... ok\r\ntest_parse_grammar (test.test_peg_generator.test_pegen.TestPegen.test_parse_grammar) ... ok\r\ntest_python_expr (test.test_peg_generator.test_pegen.TestPegen.test_python_expr) ... ok\r\ntest_repeat_0_complex (test.test_peg_generator.test_pegen.TestPegen.test_repeat_0_complex) ... ok\r\ntest_repeat_0_simple (test.test_peg_generator.test_pegen.TestPegen.test_repeat_0_simple) ... ok\r\ntest_repeat_1_complex (test.test_peg_generator.test_pegen.TestPegen.test_repeat_1_complex) ... ok\r\ntest_repeat_1_simple (test.test_peg_generator.test_pegen.TestPegen.test_repeat_1_simple) ... ok\r\ntest_repeat_with_sep_simple (test.test_peg_generator.test_pegen.TestPegen.test_repeat_with_sep_simple) ... ok\r\ntest_soft_keyword (test.test_peg_generator.test_pegen.TestPegen.test_soft_keyword) ... ok\r\ntest_start_leader (test.test_peg_generator.test_pegen.TestPegen.test_start_leader) ... ok\r\ntest_typed_rules (test.test_peg_generator.test_pegen.TestPegen.test_typed_rules) ... ok\r\ntest_unreachable_explicit (test.test_peg_generator.test_pegen.TestPegen.test_unreachable_explicit) ... ok\r\ntest_unreachable_implicit1 (test.test_peg_generator.test_pegen.TestPegen.test_unreachable_implicit1) ... ok\r\ntest_unreachable_implicit2 (test.test_peg_generator.test_pegen.TestPegen.test_unreachable_implicit2) ... ok\r\ntest_unreachable_implicit3 (test.test_peg_generator.test_pegen.TestPegen.test_unreachable_implicit3) ... ok\r\n\r\n======================================================================\r\nERROR: setUpClass (test.test_peg_generator.test_c_parser.TestCParser)\r\n----------------------------------------------------------------------\r\nTraceback (most recent call last):\r\n  File \"C:\\Users\\KIRILL-1\\CLionProjects\\cpython\\Lib\\test\\test_peg_generator\\test_c_parser.py\", line 95, in setUpClass\r\n    sitepackages = subprocess.check_output(\r\n                   ^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\KIRILL-1\\CLionProjects\\cpython\\Lib\\subprocess.py\", line 466, in check_output\r\n    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\r\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\KIRILL-1\\CLionProjects\\cpython\\Lib\\subprocess.py\", line 571, in run\r\n    raise CalledProcessError(retcode, process.args,\r\nsubprocess.CalledProcessError: Command '['C:\\\\Users\\\\KIRILL-1\\\\CLionProjects\\\\cpython\\\\build\\\\test_python_11752æ\\\\tempcwd\\\\venv\\\\S\r\ncripts\\\\python_d.exe', '-c', \"import sysconfig; print(sysconfig.get_path('platlib'))\"]' returned non-zero exit status 1.\r\n\r\n----------------------------------------------------------------------\r\nRan 66 tests in 22.073s\r\n\r\nFAILED (errors=1)\r\ntest test_peg_generator failed\r\ntest_peg_generator failed (1 error)\r\n\r\n== Tests result: FAILURE ==\r\n\r\n1 test failed:\r\n    test_peg_generator\r\n\r\nTotal duration: 22.3 sec\r\nTests result: FAILURE\r\n```\r\n\u003c/details\u003e\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-106024\n* gh-106450\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/Eclips4","@type":"Person","name":"Eclips4"},"datePublished":"2023-05-29T15:45:17.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":20},"url":"https://github.com/105063/cpython/issues/105063"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2fc49b0e-705e-5a56-edcc-c2ab6ffc62f7
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAAA4:139A69:EA2B20:1456A07:696A8652
html-safe-noncecb9f271ca5cea353e272fdd7cf1ff6548db3637bd42f139b58fda6829fad43ea
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQUE0OjEzOUE2OTpFQTJCMjA6MTQ1NkEwNzo2OTZBODY1MiIsInZpc2l0b3JfaWQiOiI5MTY2NjA5NTAxNzMxMzI1NTIyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac5f1f523420889abdc8f89130f5f8821423168c4554f920b0f948d757a7a1085c
hovercard-subject-tagissue:1730963937
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/105063/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5dce7ffa245bdc6c8e48bc170658dafa445bbe00767c95b17afaf85f29842eb8/python/cpython/issues/105063
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5dce7ffa245bdc6c8e48bc170658dafa445bbe00767c95b17afaf85f29842eb8/python/cpython/issues/105063
og:image:altTried on curent main branch Traceback PS C:\Users\KIRILL-1\CLionProjects\cpython> ./python -m test -v test_peg_generator Running Debug|x64 interpreter... == CPython 3.13.0a0 (heads/main:1668b41dc4,...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameEclips4
hostnamegithub.com
expected-hostnamegithub.com
None913560fa317c3c5a71e34f9b19253c9f09d02b4b958a86c2a56f4c8541116377
turbo-cache-controlno-preview
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5998c30593994bf2589055aef7b22d368a499367
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/105063#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F105063
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F105063
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/issues/105063
Reloadhttps://github.com/python/cpython/issues/105063
Reloadhttps://github.com/python/cpython/issues/105063
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/105063
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/issues/105063
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/105063
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/105063
test_peg_generator leaks referenceshttps://github.com/python/cpython/issues/105063#top
https://github.com/lysnikolaou
testsTests in the Lib/test dirhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22tests%22
topic-parserhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22topic-parser%22
type-bugAn unexpected behavior, bug, or errorhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-bug%22
https://github.com/Eclips4
https://github.com/Eclips4
Eclips4https://github.com/Eclips4
on May 29, 2023https://github.com/python/cpython/issues/105063#issue-1730963937
gh-105063: Disable test_peg_generator.TestCParser bco. ref leaks #106024https://github.com/python/cpython/pull/106024
[3.12] gh-105063: Disable test_peg_generator.TestCParser bco. ref leaks (GH-106024) #106450https://github.com/python/cpython/pull/106450
lysnikolaouhttps://github.com/lysnikolaou
testsTests in the Lib/test dirhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22tests%22
topic-parserhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22topic-parser%22
type-bugAn unexpected behavior, bug, or errorhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-bug%22
Release and Deferred blockers 🚫https://github.com/orgs/python/projects/2
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.