- nider version: latest
- Python version: python3.10
- Operating System: arch linux
Description
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats
What I Did
header = Header('Your super interesting title!')
para = Paragraph('Lorem ipsum dolor sit amet.')
linkback = Linkback('foo.com | @username')
content = Content(para, header, linkback, padding=60)
Description
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats
What I Did