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
Accelerator
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 }}
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.7k
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-37500: Make sure dead code does not generate bytecode but also detect syntax errors
- #14612
#14612
Merged
miss-islington
merged 9 commits into
python:master
python/cpython:master
from
pablogsal:fix_opt2
pablogsal/cpython:fix_opt2
Copy head branch name to clipboard
Jul 15, 2019
Conversation
Commits
9
(9)
Checks
Files changed
Merged
bpo-37500: Make sure dead code does not generate bytecode but also detect syntax errors
#14612
miss-islington
merged 9 commits into
python:master
python/cpython:master
from
pablogsal:fix_opt2
pablogsal/cpython:fix_opt2
Copy head branch name to clipboard
Commits
Commits on Jul 6, 2019
bpo-37500: Make sure bytecode for always false conditional is not emitted
Show description for 23efd8e
pablogsal
committed
23efd8e
View commit details
Copy full SHA for 23efd8e
Browse repository at this point
Add more tests and skip more dead code
pablogsal
committed
b58ad27
View commit details
Copy full SHA for b58ad27
Browse repository at this point
fixup! Add more tests and skip more dead code
pablogsal
committed
b314b72
View commit details
Copy full SHA for b314b72
Browse repository at this point
Address Serhiy's feedback
pablogsal
committed
b47c977
View commit details
Copy full SHA for b47c977
Browse repository at this point
Add guards in other functions and remove them from compiler_add_o
pablogsal
committed
0662108
View commit details
Copy full SHA for 0662108
Browse repository at this point
Add more tests to test_compile
pablogsal
committed
d6ffa31
View commit details
Copy full SHA for d6ffa31
Browse repository at this point
Add more tests to sys_settrace
pablogsal
committed
169ce59
View commit details
Copy full SHA for 169ce59
Browse repository at this point
Reorder tests
pablogsal
committed
58322a5
View commit details
Copy full SHA for 58322a5
Browse repository at this point
Commits on Jul 14, 2019
Make the macros re-entrant
pablogsal
committed
125c278
View commit details
Copy full SHA for 125c278
Browse repository at this point
You can’t perform that action at this time.