bpo-15999: Accept arbitrary values for boolean parameters. by serhiy-storchaka · Pull Request #15609 · python/cpython · GitHub

github.com

Tin mới

serhiy-storchaka:accept-bool

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

bpo-15999: Accept arbitrary values for boolean parameters.

awaiting core review

awaiting core review

Merge branch 'master' into accept-bool

update the news entry wording.

View comments on this commit

View comments on this commit

update the whatsnew wording

View reviewed changes

Learn more about hiding disruptive comments

The reason will be displayed to describe this comment to others. Learn more.

Merge branch 'master' into accept-bool

Merge branch 'master' into accept-bool

View reviewed changes

Merge branch 'main' into accept-bool

View reviewed changes

Rephrased the news entry.

View reviewed changes

Using new 'bool' format character #60203

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot wasm32-emscripten node (pthreads) 3.x has failed when building commit a87c46e.

[3.11] bpo-35191: Fix unexpected integer truncation in socket.setblocking() #10415

Try harder by looking for a __bool__ magic method when extracing bool values from Python objects. PyO3/pyo3#3638