Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-85302: Add support for BTPROTO_SCO on FreeBSD#131981

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchakaserhiy-storchaka commentedApr 1, 2025
edited by github-actionsbot
Loading

BTPROTO_SCO has been supported on FreeBSD since 2008.


📚 Documentation preview 📚:https://cpython-previews--131981.org.readthedocs.build/

BTPROTO_SCO has been supported on FreeBSD since 2008.
@serhiy-storchaka
Copy link
MemberAuthor

!buildbot FreeBSD

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@serhiy-storchaka for commit2debf1e 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F131981%2Fmerge

The command will test the builders whose names match following regular expression:FreeBSD

The builders matched are:

  • AMD64 FreeBSD Refleaks PR
  • AMD64 FreeBSD15 PR
  • AMD64 FreeBSD14 PR
  • AMD64 FreeBSD PR

Copy link
Member

@vstinnervstinner left a comment
edited
Loading

Choose a reason for hiding this comment

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

With this change,socket.BTPROTO_SCO constant does not exist on FreeBSD which makes the whole change useless.

The problem is that on my FreeBSD 14.1 VM, the constant is not defined anywhere.grep finds nothing:

$ grep BTPROTO_SCO /usr/include/ -R

Are you sure that FreeBSD supports BTPROTO_SCO?

@serhiy-storchaka
Copy link
MemberAuthor

Indeed, it is defined as BLUETOOTH_PROTO_SCO. I'll fix this, but first we need to add tests. See#132023.

@serhiy-storchaka
Copy link
MemberAuthor

!buildbot FreeBSD

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@serhiy-storchaka for commit2debf1e 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F131981%2Fmerge

The command will test the builders whose names match following regular expression:FreeBSD

The builders matched are:

  • AMD64 FreeBSD Refleaks PR
  • AMD64 FreeBSD15 PR
  • AMD64 FreeBSD14 PR
  • AMD64 FreeBSD PR

@vstinner
Copy link
Member

You need to update your PR to use BLUETOOTH_PROTO_SCO constant, no?

@serhiy-storchaka
Copy link
MemberAuthor

Did I forget to push my changes? Thanks for noticing.

@serhiy-storchaka
Copy link
MemberAuthor

!buildbot FreeBSD

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@serhiy-storchaka for commita62570a 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F131981%2Fmerge

The command will test the builders whose names match following regular expression:FreeBSD

The builders matched are:

  • AMD64 FreeBSD Refleaks PR
  • AMD64 FreeBSD15 PR
  • AMD64 FreeBSD14 PR
  • AMD64 FreeBSD PR

@python-cla-bot
Copy link

All commit authors signed the Contributor License Agreement.

CLA signed

@serhiy-storchakaserhiy-storchaka merged commite5f8b2c intopython:mainApr 11, 2025
42 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@vstinnervstinnervstinner left review comments

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@serhiy-storchaka@bedevere-bot@vstinner

[8]ページ先頭

©2009-2025 Movatter.jp