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-111495: Add tests for PyFloat C API
- #111624
#111624
Merged
serhiy-storchaka
merged 13 commits into
python:main
python/cpython:main
from
skirpichev:capi-float-tests
skirpichev/cpython:capi-float-tests
Copy head branch name to clipboard
Nov 5, 2023
Conversation
Commits
13
(13)
Checks
Files changed
Merged
gh-111495: Add tests for PyFloat C API
#111624
serhiy-storchaka
merged 13 commits into
python:main
python/cpython:main
from
skirpichev:capi-float-tests
skirpichev/cpython:capi-float-tests
Copy head branch name to clipboard
Commits
Commits on Nov 2, 2023
gh-111495: Add tests for PyFloat C API
skirpichev
committed
2f2e77f
View commit details
Copy full SHA for 2f2e77f
Browse repository at this point
Add missing coverage tests
skirpichev
committed
1d12623
View commit details
Copy full SHA for 1d12623
Browse repository at this point
remove redundant tests for PyFloat_FromString()
skirpichev
committed
3e9c05b
View commit details
Copy full SHA for 3e9c05b
Browse repository at this point
Commits on Nov 3, 2023
Update Lib/test/test_capi/test_float.py
skirpichev
authored
04718df
View commit details
Copy full SHA for 04718df
Browse repository at this point
Commits on Nov 4, 2023
Merge branch 'main' into capi-float-tests
skirpichev
committed
7b9b886
View commit details
Copy full SHA for 7b9b886
Browse repository at this point
Address review (partially)
skirpichev
committed
71e9cd0
View commit details
Copy full SHA for 71e9cd0
Browse repository at this point
Use PyArg_Parse() in float_asdouble()
skirpichev
committed
4a00f1d
View commit details
Copy full SHA for 4a00f1d
Browse repository at this point
Commits on Nov 5, 2023
Add float_asdouble()
skirpichev
committed
918b56e
View commit details
Copy full SHA for 918b56e
Browse repository at this point
s/3.14/4.25/g
skirpichev
committed
44ff4b2
View commit details
Copy full SHA for 44ff4b2
Browse repository at this point
memoryview tests
skirpichev
committed
14c932e
View commit details
Copy full SHA for 14c932e
Browse repository at this point
Group logical blocks
skirpichev
committed
26f843c
View commit details
Copy full SHA for 26f843c
Browse repository at this point
make test module executable
skirpichev
committed
54ec7b3
View commit details
Copy full SHA for 54ec7b3
Browse repository at this point
Apply suggestions from code review
serhiy-storchaka
authored
463ec44
View commit details
Copy full SHA for 463ec44
Browse repository at this point
You can’t perform that action at this time.