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
gh-103186: Suppress and assert expected RuntimeWarnings
- #103244
#103244
Merged
serhiy-storchaka
merged 16 commits into
python:main
python/cpython:main
from
TabLand:fix-issue-103186.test_sys_settrace
TabLand/cpython:fix-issue-103186.test_sys_settrace
Copy head branch name to clipboard
Sep 7, 2023
Conversation
Commits
16
(16)
Checks
Files changed
Merged
gh-103186: Suppress and assert expected RuntimeWarnings
#103244
serhiy-storchaka
merged 16 commits into
python:main
python/cpython:main
from
TabLand:fix-issue-103186.test_sys_settrace
TabLand/cpython:fix-issue-103186.test_sys_settrace
Copy head branch name to clipboard
Commits
Commits on Apr 4, 2023
Suppress and assert expected RuntimeWarnings
Show description for 1eb3a31
TabLand
committed
1eb3a31
View commit details
Copy full SHA for 1eb3a31
Browse repository at this point
Not possible to assert both a warning and error
TabLand
committed
cb3e785
View commit details
Copy full SHA for cb3e785
Browse repository at this point
Remove accidentally added warnings import
TabLand
committed
50fec2a
View commit details
Copy full SHA for 50fec2a
Browse repository at this point
Commits on Apr 5, 2023
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
67feacd
View commit details
Copy full SHA for 67feacd
Browse repository at this point
Commits on Apr 6, 2023
Run patchcheck.py
arhadthedev
committed
c9dd306
View commit details
Copy full SHA for c9dd306
Browse repository at this point
Commits on Jul 8, 2023
Merge branch 'main' into fix-issue-103186.test_sys_settrace
TabLand
authored
289d2a6
View commit details
Copy full SHA for 289d2a6
Browse repository at this point
Commits on Jul 10, 2023
Merge branch 'main' into fix-issue-103186.test_sys_settrace
terryjreedy
authored
14afb6d
View commit details
Copy full SHA for 14afb6d
Browse repository at this point
Commits on Aug 22, 2023
Missed 2x tests that warn of unbound locals
TabLand
committed
58d38b0
View commit details
Copy full SHA for 58d38b0
Browse repository at this point
Merge branch 'main' into fix-issue-103186.test_sys_settrace
TabLand
authored
73d5589
View commit details
Copy full SHA for 73d5589
Browse repository at this point
Commits on Sep 3, 2023
Improve wording and error type for failure edge case
TabLand
committed
8c88dce
View commit details
Copy full SHA for 8c88dce
Browse repository at this point
Correction: It is possible to assert both warnings and errors in tandem
TabLand
committed
121948a
View commit details
Copy full SHA for 121948a
Browse repository at this point
Commits on Sep 6, 2023
Use contextlib to simplify with statements and add tandem error and warning tests
TabLand
committed
b3a6909
View commit details
Copy full SHA for b3a6909
Browse repository at this point
Remove trailing spaces.
serhiy-storchaka
committed
49d1951
View commit details
Copy full SHA for 49d1951
Browse repository at this point
Remove self-tests.
serhiy-storchaka
committed
705941c
View commit details
Copy full SHA for 705941c
Browse repository at this point
Remove unused import
TabLand
committed
cdfe8b1
View commit details
Copy full SHA for cdfe8b1
Browse repository at this point
Merge branch 'main' into fix-issue-103186.test_sys_settrace
TabLand
authored
b802670
View commit details
Copy full SHA for b802670
Browse repository at this point
You can’t perform that action at this time.