Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbm.gnu does exist on macos #10807

Closed
wants to merge 4 commits into from
Closed

dbm.gnu does exist on macos #10807

wants to merge 4 commits into from

Conversation

sobolevn
Copy link
Member

At least locally:

~/Desktop/cpython  main ✔                                                                 
» ~/.pyenv/versions/3.9.17/bin/python
Python 3.9.17 (main, Jul 12 2023, 22:57:20) 
[Clang 14.0.3 (clang-1403.0.22.14.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import dbm.gnu
>>> 
KeyboardInterrupt
>>> 
                                                                                           
~/Desktop/cpython  main ✔                                                                 
» python                             
Python 3.11.5 (main, Sep  5 2023, 10:34:31) [Clang 14.0.3 (clang-1403.0.22.14.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import dbm.gnu
>>> 

Let's try it in CI.

@AlexWaygood
Copy link
Member

Seems like it still doesn't exist in CI, for whatever reason :)

@AlexWaygood AlexWaygood deleted the dbm-gnu-macos branch September 30, 2023 08:12
@sobolevn sobolevn reopened this Sep 30, 2023
@sobolevn sobolevn marked this pull request as draft September 30, 2023 08:13
@sobolevn
Copy link
Member Author

@AlexWaygood please, take a look at my Temp job output, it looks like a bug in CPython's build.

@AlexWaygood
Copy link
Member

You could try bumping to macos-12 and see if that helps (IIRC there were loads of tkinter issues last time we tried that, but maybe things have changed)

@AlexWaygood
Copy link
Member

@AlexWaygood please, take a look at my Temp job output, it looks like a bug in CPython's build.

Seems like that's probably an issue that needs to be raised with actions/setup-python rather than something we can fix here at typeshed :/

@AlexWaygood
Copy link
Member

@sobolevn what's actionable for typeshed here? Can this be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants