Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
xorg
proto
xcbproto
Merge requests
!41
xcbgen: Add missing functools import
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Jakub Kulík
requested to merge
kulikjak/xcbproto:master
into
master
Mar 09, 2023
Overview
3
Commits
2
Pipelines
2
Changes
1
In Python 3, reduce is no longer a built-in function, and it was moved to the functools module.