Post

TIL - 24/02/23

2024/02/23

  • Python
    • Int 객체
      • reference count 8 bytes
      • type pointer 8 bytes
      • digits count 8 bytes
      • digit(실제 int 값) 4 bytes
      • macOS에서 int 크기를 확인했는데 24 bytes가 나와서 당황
        • 데이터 모델이 서로 다른가 싶어 찾아봤는데 macOS에서 python이 3.11 버전이었다.
        • python 구현에 따라 달라진다.
    • CPython
      • 일반적으로 python.org에서 다운받는 python은 CPython
  • chirpy
    • build 중 test site 과정에서 build error
      • html proofer는 생성한 html 페이지의 이미지, 링크 등의 상태를 검사한다.
      • internal link의 http를 https로 변경
This post is licensed under CC BY 4.0 by the author.