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

Carbon Event ReceiveNextEvent #38958

Closed
flabbergasted mannequin opened this issue Jul 29, 2003 · 3 comments
Closed

Carbon Event ReceiveNextEvent #38958

flabbergasted mannequin opened this issue Jul 29, 2003 · 3 comments
Assignees
Labels
OS-mac type-bug An unexpected behavior, bug, or error

Comments

@flabbergasted
Copy link
Mannequin

flabbergasted mannequin commented Jul 29, 2003

BPO 779285
Nosy @jackjansen, @terryjreedy, @devdanzin

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/jackjansen'
closed_at = <Date 2010-05-11.21:14:06.813>
created_at = <Date 2003-07-29.00:39:28.000>
labels = ['OS-mac', 'type-bug']
title = 'Carbon Event ReceiveNextEvent'
updated_at = <Date 2010-05-11.21:14:06.811>
user = 'https://bugs.python.org/flabbergasted'

bugs.python.org fields:

activity = <Date 2010-05-11.21:14:06.811>
actor = 'terry.reedy'
assignee = 'jackjansen'
closed = True
closed_date = <Date 2010-05-11.21:14:06.813>
closer = 'terry.reedy'
components = ['macOS']
creation = <Date 2003-07-29.00:39:28.000>
creator = 'flabbergasted'
dependencies = []
files = []
hgrepos = []
issue_num = 779285
keywords = []
message_count = 3.0
messages = ['60362', '81862', '105547']
nosy_count = 4.0
nosy_names = ['jackjansen', 'terry.reedy', 'ajaksu2', 'flabbergasted']
pr_nums = []
priority = 'low'
resolution = 'out of date'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue779285'
versions = []

@flabbergasted
Copy link
Mannequin Author

flabbergasted mannequin commented Jul 29, 2003

Carbon event, ReceiveNextEvent has an inList variable
(const EventTypeSpec *inList) which can be specified as
Null "if any event should cause this function to
return." I've tried passing ReceiveNextEvent a 0,
None/NULL an empty tuple/length two array, but it
either throws an error, "TypeError: argument must be
2-item sequence, not None" or "int" or throws error
type -9875. I looked at _CarbonEvtModule.c and it
doesn't look like I can pass ReceiveNextEvent a Null
because it demands a type of EventTypeSpec.

@flabbergasted flabbergasted mannequin added the OS-mac label Jul 29, 2003
@flabbergasted flabbergasted mannequin added the OS-mac label Jul 29, 2003
@devdanzin
Copy link
Mannequin

devdanzin mannequin commented Feb 13, 2009

Needs confirmation.

@devdanzin devdanzin mannequin added type-bug An unexpected behavior, bug, or error labels Feb 13, 2009
@terryjreedy
Copy link
Member

I have the strong impression that Carbon is no longer used (or is being phased out) in modern Mac ports of Python. Reopen is this is wrong and there is a problem in 2.6,7 or 3.1,2.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-mac type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants