Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for Python/symtable.c - donbarbos/cpython · GitHub
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
donbarbos
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
symtable.c
on
issue-130160-httpserver
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 26, 2025
gh-111178: Fix function signatures in symtable.c (#130589)
vstinner
authored
1b635d8
View commit details
Copy full SHA for 1b635d8
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
GH-130396: Use computed stack limits on linux (GH-130398)
Show description for 0142236
markshannon
authored
0142236
View commit details
Copy full SHA for 0142236
View code at this point
Browse repository at this point
Commits on Feb 24, 2025
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)" for now (GH130413)
Show description for ef29104
encukou
authored
ef29104
View commit details
Copy full SHA for ef29104
View code at this point
Browse repository at this point
Commits on Feb 19, 2025
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Show description for 2498c22
markshannon
authored
2498c22
View commit details
Copy full SHA for 2498c22
View code at this point
Browse repository at this point
Commits on Dec 19, 2024
gh-127274: Defer nested methods (#128012)
Show description for 255762c
mpage
authored
255762c
View commit details
Copy full SHA for 255762c
View code at this point
Browse repository at this point
Commits on Nov 8, 2024
gh-126072: Set docstring attribute for module and class (#126231)
xuantengh
authored
6ec8865
View commit details
Copy full SHA for 6ec8865
View code at this point
Browse repository at this point
Commits on Oct 30, 2024
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
xuantengh
authored
35df4eb
View commit details
Copy full SHA for 35df4eb
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
gh-125196: Use PyUnicodeWriter in symtable.c (#125199)
vstinner
authored
9bda775
View commit details
Copy full SHA for 9bda775
View code at this point
Browse repository at this point
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Show description for b9a8ca0
vstinner
authored
b9a8ca0
View commit details
Copy full SHA for b9a8ca0
View code at this point
Browse repository at this point
Commits on Aug 14, 2024
gh-122985: add SYMBOL_TO_SCOPE macro in symtable (#122986)
iritkatriel
authored
05fc4d7
View commit details
Copy full SHA for 05fc4d7
View code at this point
Browse repository at this point
Commits on Aug 8, 2024
gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825)
iritkatriel
authored
833eb10
View commit details
Copy full SHA for 833eb10
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
gh-122595: Add more error checks in the compiler (GH-122596)
serhiy-storchaka
authored
e74680b
View commit details
Copy full SHA for e74680b
View code at this point
Browse repository at this point
Commits on Aug 3, 2024
gh-122313: Clean up deep recursion guarding code in the compiler (GH-122640)
Show description for efcd65c
serhiy-storchaka
authored
efcd65c
View commit details
Copy full SHA for efcd65c
View code at this point
Browse repository at this point
Commits on Aug 1, 2024
gh-122562: Remove ste_free and ste_child_free from symtable (#122563)
JelleZijlstra
authored
8234419
View commit details
Copy full SHA for 8234419
View code at this point
Browse repository at this point
Commits on Jul 27, 2024
gh-119180: Add evaluate functions for type params and type aliases (#122212)
JelleZijlstra
authored
ae19226
View commit details
Copy full SHA for ae19226
View code at this point
Browse repository at this point
Commits on Jul 26, 2024
gh-122245: move checks for writes and shadowing of __debug__ to symtable (#122246)
iritkatriel
authored
bc94cf7
View commit details
Copy full SHA for bc94cf7
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
gh-121637: Syntax error for optimized-away incorrect await (#121656)
Show description for 2762c6c
JelleZijlstra
and
picnixz
authored
2762c6c
View commit details
Copy full SHA for 2762c6c
View code at this point
Browse repository at this point
Commits on Jul 4, 2024
gh-121272: move async for/with validation from compiler to symtable (#121361)
iritkatriel
authored
67a05de
View commit details
Copy full SHA for 67a05de
View code at this point
Browse repository at this point
gh-121352: use _Py_SourceLocation in symtable (#121353)
iritkatriel
authored
19d1e43
View commit details
Copy full SHA for 19d1e43
View code at this point
Browse repository at this point
Commits on Jul 3, 2024
gh-121272: set ste_coroutine during symtable construction (#121297)
Show description for 9315688
iritkatriel
authored
9315688
View commit details
Copy full SHA for 9315688
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
gh-121272: move __future__ import validation from compiler to symtable (#121273)
iritkatriel
authored
1ac2732
View commit details
Copy full SHA for 1ac2732
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
Fixes loop variables to be the same types as their limit (GH-120958)
zooba
authored
e731554
View commit details
Copy full SHA for e731554
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (#119976)
Show description for 4bf17c3
picnixz
and
JelleZijlstra
authored
4bf17c3
View commit details
Copy full SHA for 4bf17c3
View code at this point
Browse repository at this point
Commits on Jun 12, 2024
gh-120029: remove unused macros in ``symtable.c`` (#120222)
Show description for 32d3e05
3 people
authored
32d3e05
View commit details
Copy full SHA for 32d3e05
View code at this point
Browse repository at this point
gh-120385: Fix reference leak in symtable (#120386)
Show description for 19435d2
Eclips4
authored
19435d2
View commit details
Copy full SHA for 19435d2
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
gh-119180: PEP 649 compiler changes (#119361)
JelleZijlstra
authored
9b8611e
View commit details
Copy full SHA for 9b8611e
View code at this point
Browse repository at this point
Commits on Jun 10, 2024
gh-119666: fix multiple class-scope comprehensions referencing __class__ (#120295)
carljm
authored
0ae8579
View commit details
Copy full SHA for 0ae8579
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
gh-119981: Use do while(0) in some symtable.c multi-line macros (#119982)
picnixz
authored
153b118
View commit details
Copy full SHA for 153b118
View code at this point
Browse repository at this point
Commits on May 28, 2024
gh-119311: Fix name mangling with PEP 695 generic classes (#119464)
Show description for a9a74da
JelleZijlstra
authored
a9a74da
View commit details
Copy full SHA for a9a74da
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-116126: Implement PEP 696 (#116129)
Show description for ca269e5
4 people
authored
ca269e5
View commit details
Copy full SHA for ca269e5
View code at this point
Browse repository at this point
Commits on Apr 28, 2024
gh-109118: Make comprehensions work within annotation scopes, but without inlining (#118160)
Show description for 2326d6c
JelleZijlstra
and
carljm
authored
2326d6c
View commit details
Copy full SHA for 2326d6c
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
gh-109118: Allow lambdas in annotation scopes in classes (#118019)
JelleZijlstra
authored
85f727c
View commit details
Copy full SHA for 85f727c
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412)
iritkatriel
authored
1d5479b
View commit details
Copy full SHA for 1d5479b
View code at this point
Browse repository at this point
Commits on Feb 17, 2024
gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_scope' (GH-96561)
wookie184
authored
664965a
View commit details
Copy full SHA for 664965a
View code at this point
Browse repository at this point
Commits on Feb 7, 2024
gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)
carljm
authored
fedbf77
View commit details
Copy full SHA for fedbf77
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.