This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add missing constants for IRIX al module
Type: Stage:
Components: Extension Modules Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: mpruett, nnorwitz
Priority: normal Keywords: patch

Created on 2003-01-14 03:30 by mpruett, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
al.patch mpruett, 2003-01-14 03:33
Messages (3)
msg42409 - (view) Author: Michael Pruett (mpruett) Date: 2003-01-14 03:30
The following Audio Library constants are not defined by 
the IRIX al module as of Python 2.2.2:

AL_LOCKED
AL_NULL_INTERFACE
AL_OPTICAL_IF_TYPE
AL_SMPTE272M_IF_TYPE

The attached patch adds these constants.
msg42410 - (view) Author: Michael Pruett (mpruett) Date: 2003-01-14 03:33
Logged In: YES 
user_id=250621


msg42411 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-03-30 22:04
Logged In: YES 
user_id=33168

Thanks!  Checked in as Modules/almodule.c 1.38
History
Date User Action Args
2022-04-10 16:06:08adminsetgithub: 37767
2003-01-14 03:30:49mpruettcreate